MPIColor

@Serializable
data class MPIColor(val hex: String, val opacity: Double, val rgba: String)

MPIColor represents the brand color of a MPINavigatable.MPILocation

Constructors

Link copied to clipboard
constructor(hex: String, opacity: Double, rgba: String)

Properties

Link copied to clipboard
val hex: String

Hex color of the MPIColor in String

Link copied to clipboard

Opacity of the MPIColor in String

Link copied to clipboard

Rgba of the MPIColor in String